/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 1, 2015 */
@font-face {
    font-family: 'fira_sanslight';
    src: url('../fonts/FiraSans-Light-webfont.eot');
    src: url('../fonts/FiraSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FiraSans-Light-webfont.woff2') format('woff2'),
		url('../fonts/FiraSans-Light-webfont.woff') format('woff'),
		url('../fonts/FiraSans-Light-webfont.ttf') format('truetype'),
		url('../fonts/FiraSans-Light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/FiraSans-Regular-webfont.eot');
    src: url('../fonts/FiraSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FiraSans-Regular-webfont.woff2') format('woff2'),
		url('../fonts/FiraSans-Regular-webfont.woff') format('woff'),
		url('../fonts/FiraSans-Regular-webfont.ttf') format('truetype'),
		url('../fonts/FiraSans-Regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sanssemibold';
    src: url('../fonts/FiraSans-SemiBold-webfont.eot');
    src: url('../fonts/FiraSans-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FiraSans-SemiBold-webfont.woff2') format('woff2'),
		url('../fonts/FiraSans-SemiBold-webfont.woff') format('woff'),
		url('../fonts/FiraSans-SemiBold-webfont.ttf') format('truetype'),
		url('../fonts/FiraSans-SemiBold-webfont.svg#fira_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansbold';
    src: url('../fonts/firasans-bold-webfont.eot');
    src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/firasans-bold-webfont.woff2') format('woff2'),
		url('../fonts/firasans-bold-webfont.woff') format('woff'),
		url('../fonts/firasans-bold-webfont.ttf') format('truetype'),
		url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Times New Roman', 'fira_sansregular', arial, sans-serif;
    font-size: 14px;
    color: #333333;
    -webkit-text-size-adjust: none;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	min-width: 1024px;
	overflow: hidden;
}
.push {
	height: 75px; /* '.push' must be the same height as 'footer' */
}
p {
    padding-bottom: 20px;
    text-align: justify;
    font-weight: inherit;
    max-height: 5000em;     
}
h1 {
    margin: 0;
    font-size: 0;
    -webkit-text-size-adjust:none;
    font-weight: inherit;
}
h2 {
    font-size: 32px;
    color: #002b5d;
    font-family: 'Times New Roman','fira_sansregular', arial, sans-serif;
    text-transform: uppercase;
    font-weight: inherit;
}
h3 {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #002b5d;
    font-family: 'Times New Roman', 'fira_sanssemibold', arial, sans-serif;
    font-weight: inherit;
}
h4 {
    font-size: 28px;
    font-family: 'Times New Roman', 'fira_sanssemibold', arial, sans-serif;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: inherit;
}
a {
    color: #002b5d;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
}
a:hover {
    color: #d92b35;
}
.italics {
    font-style: italic;    
}
.round {
    border-radius: 10px;
}
.button {
    display: block;
    background: #d92b35;
    color: white;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;    
}
.button:hover {
    color: white;
}
.container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.center-header {
    width: 1050px;
    height: 113px;
    margin: 0 auto;
}
#header .left {
    border-top: 2px solid #cf112b;
    width: 160px;
    padding: 20px 0;
    z-index: 100;
}
#header .right {
    border-top: 2px solid #0f1d40;
    width: 880px;
   
    padding: 2px 0;
    position: relative;
    z-index: 100;
} 
#header .bordertop-red {
    height: 2px;
    width: 40%;
    background-color: #cf112b;
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 10;
}
#header .bordertop-blue {
    height: 2px;
    width: 60%;
    background-color: #0f1d40;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#header ul li {
    float:left;
    height: 25px;
    width: auto;
    display:table;    
    position: relative;
}
#header ul li ul.children li {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px!important;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;     
}
#header ul li ul.children li:hover, #header ul li ul.children li.current {
    background: #da353f;
}
#header ul.navigation li ul.children li a {
    padding: 10px 0;
    width: auto;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    color: #002b5d;
}
#header ul li ul.children li:hover a, #header ul li ul.children li.current a {
    color: white;
    border-bottom: 1px solid transparent;
}
#header ul li {
    padding: 0 10px;
}
#header ul li:last-child {
    padding: 0 0 0 10px;
}
#header ul li a {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}
#header ul li.client {
    background: url("../images/lock.png") no-repeat left center;
    padding-left: 15px;
    padding-right: 10px;
}
#header ul li.search, #header ul li.contact {
    padding: 0;
    margin-top: -2px;
}
#header ul li.search {
    margin-right: 10px;
    margin-left: 10px;
    width: 176px;
    height: 25px;
    margin-top: -2px;
}
.gsc-control-cse.gsc-control-cse-en {
    padding: 0;
    margin: 0;
}
.gsc-input-box {
    height: 22px !important;
}
#gs_tti50 {
    padding: 0;
}
.gsc-search-box.gsc-search-box-tools, table.gsc-search-box {
    margin-bottom: 0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    border: none !important;
}
.gsc-search-button {
    display: none;
}
input.gsc-input {
    padding: 3px;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: transparent !important;
}
#___gcse_0 {
    width: 145px;
    float: left;
}
#header ul.navigation li a {
    border-bottom: 2px solid transparent;
}
#header ul.navigation li:hover a, #header ul.navigation li.current a {
    border-bottom: 2px solid #d92b35;
    color: #d92b35;
}
#header ul li.divide {
    width: 1px;
    height: 10px;
    background: #002b5d;
    padding: 0;
    margin: 8px 10px;
}
#header .top, #header .bottom {
    float: right;
    height: 25px;
}
#header ul li.search input {
    -webkit-appearance: none;
    padding: 3px 3px 4px !important;
	border:0px;
    border-radius: 0 10px 10px 0;
    color: black;
    font-size: 12px;
    height: 18px !important;   
    background: #999999 !important;
    color: white;
}
#header ul li.search input:focus {
    outline: none;
    border: 0;
}
td.gsib_b {
    display: none;
}
#header ul li.search span.start {
    background: url("../images/search.png") no-repeat 10px center #999999;
    width: 30px;
    display: block;
    float: left;
    height: 25px;
    border-radius: 10px 0px 0px 10px;  
}
#header ul li.contact a {
    background: url("../images/phone.png") no-repeat 18px center #d92b35;
    -webkit-appearance: none;
    border: none;
    width: 100px;
    color: white;
    padding: 4px 0 4px 40px;
    display: block;
	height: 17px !important;
}
#header ul li.parent ul.children {
    position: absolute;
    max-height: 0;
    height: 0;
    overflow: hidden;
    top: 25px;
    left: -10px;
    width: 260px;
    padding-top: 21px;
    box-sizing: border-box;
    background-color: white;
    opacity: 0.98;    
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;     
}
#header ul li.parent:hover ul.children {
    max-height: 300px;
    height: auto;
}
#header .top {
    margin-bottom: 20px;
}
#header .top a {
    font-size: 12px;
}
#content {
    margin-bottom: 60px;
}
#footer {
    height: 75px;
    background: #ebebeb;
    min-width: 1024px;
    overflow: hidden;
}
#footer ul li {
    float: left;
    padding: 0 10px;
    margin: 5px 0;
}
#footer ul li.divide {
    width: 1px;
    height: 10px;
    margin: 10px 0;
    padding: 0;
    background: #333333;
}
#footer .left, #footer .right  {
    display: table;
    height: 75px;
}
#footer ul {
    display: table-cell;
    vertical-align: middle;
}
#footer ul li a {
}
#footer .left ul li:first-child {
    padding: 0 10px 0 0;
}
#footer .right ul li:last-child {
    padding: 0 0 0 10px;
}
.bordertop-container {
    min-width: 1024px;
    width: 100%;
    height: 2px;
    position: absolute;
    overflow: hidden;
    top: 0;
}

/*____________________________________________________________________________*/


.slides {
	display: none;
}
#slideshow {
    background: #808080;
    overflow: hidden;
}
.slide-container {
    width: 1080px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}
.slide-container .caption {
    position: absolute;
    top: 0;
    z-index: 500;
    color: white;
    width: 310px;
    height: 400px;
    left: 50px;
    padding: 30px 20px 0;
    box-sizing: border-box;    
}
.slide-container .caption p {
    text-align: left;
}
.slide-container .caption .round {
    width: 135px;  
    position: absolute;
    bottom: 110px
}
.slide-container .caption h3 {
    color: white;
    margin-bottom: 30px;
    font-size: 23px;
    text-transform: uppercase;
}
.slidesjs-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 30;
    left: 73px;
}
.slidesjs-pagination li {
    float: left;
    margin-right: 10px;
}
.slidesjs-pagination li a {
    display: block;
    text-indent: -9999px;
    border-radius: 10px;
    height: 11px;
    width: 11px;
    background: white;
    cursor: pointer;
}
.slidesjs-pagination li a:hover, .slidesjs-pagination li a.active {
    background: #d92b35;
}
#slideshow .shadow-left {
    width: 10px;
    height: 400px;
    box-shadow: -2px 0px 14px rgb(64, 64, 64);
    position: absolute;
    left: 0px;
    top: 0px;
}
#slideshow .shadow-right {
    width: 10px;
    height: 400px;
    box-shadow: 2px 0px 14px rgb(64, 64, 64);
    position: absolute;
    right: 0px;
    top: 0px;
}
#home-links .top {
    width: 930px;
    overflow: hidden;
    margin: 20px auto;
}
#home-links .top h3, #home-links .top .divide {
    float:left;
}
#home-links .top h3.italics {
    color: #d92b35;
}
#home-links .top .divide {
    width: 1px;
    height: 15px;
    background: #002b5d;
    margin: 10px 20px;
}
#home-links .seperate {
    width: 40px;
    margin: 20px auto;
    height: 1px;
    background: #e4e4e4;
}
#home-links .bottom .third {
    display: block;
    width: 310px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
#home-links .bottom .third.last {
    margin-right: 0;
}
#home-links .bottom a {
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: block;
    position: relative;
}
#home-links .overlay {
    position: absolute;
    bottom: 0;
    background: url("../images/box-overlay.png") repeat;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    height: 17px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;      
}
#home-links .overlay .name {
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;      
}
#home-links a:hover .overlay {
    height: 168px;
}
#home-links a:hover .overlay .name {
    margin-top: 70px;
    color: #002b5d;
}
#home-links .overlay .more {
    color: #d92b35;
    background: url("../images/more-right.png") right center no-repeat;
    padding-right: 15px;
}

/*____________________________________________________________________________*/

#banner {
    background: #ebebeb;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #dedede;
}
#banner h2 {
    position: absolute;
    bottom: 20px;
    line-height: 33px;
}
#inner-content {
    margin-top: 50px;
}
#inner-content .subnav {
    width: 120px;
}
#inner-content .subnav ul li  {
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 2px solid transparent; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;      
    display: table;
}
#inner-content .subnav ul li:hover, #inner-content .subnav ul li.current {
    border-bottom: 2px solid #002b5d;
}
#inner-content .subnav ul li:hover a, #inner-content .subnav ul li.current a {
    color: #002b5d; 
}
    #inner-content .subnav ul li a {
        font-size: 14px;
        font-family: 'Times New Roman', 'fira_sanssemibold', arial, sans-serif;
    }
#inner-content .text {
    padding-left: 40px;
    overflow: hidden;
    width: 860px;
    box-sizing: border-box;
}
p.subtitle {
    font-family: 'Times New Roman', 'fira_sanssemibold', arial, sans-serif;
    margin-bottom: 0;
}
#inner-content .section .left {
    width: 320px;
}
#inner-content .section .right {
    width: 480px;
    padding-left: 20px;
}
#inner-content .section  {
    overflow: hidden;
}
#inner-content .section {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
span.redbold {
    color: #d92b35;
    font-family: 'Times New Roman', 'fira_sanssemibold', arial, sans-serif;
    display: block;
}
span.redunder {
    color: #d92b35;
    text-decoration: underline;
}
span.bold {
    font-family: 'Times New Roman', 'fira_sanssemibold', arial, sans-serif;
    padding-bottom: 10px;
    display: block;
}
#inner-content .section.last {
    border-bottom: none;
    padding-bottom: 0;
}
#inner-content .fullw {
    width: 820px;
}
#inner-content .greybox {
    background: #ebebeb;
    padding: 15px 15px 20px 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}
#inner-content .greybox span.bold {
    min-height: 20px;
    line-height: 15px;
}
#inner-content .greybox .five {
    width: 140px;
    margin-right: 20px;
    float: left;
}
#inner-content .greybox .two {
    width: 380px;
    margin-right: 20px;
    float: left;
}
#inner-content .greybox .three {
    width: 250px;
    margin-right: 20px;
    float: left;
}
#inner-content .greybox .last {
    margin-right: 0;
}
#inner-content .greybox ul li, #inner-content .smgreybox ul li {
    list-style-type: square;
}
#inner-content .greybox ul, #inner-content .smgreybox ul {
    padding-left: 16px;
}
#inner-content .right a {
    color: #d92b35;
}
#inner-content .right a:hover {
    text-decoration: underline;
}
.leadership #inner-content h3 {
    padding-bottom: 20px;
}
.leadership #inner-content h4 {
    padding-bottom: 0;
}
.careers #inner-content img {
    padding: 0 0 20px 0;
}
#inner-content h3 {
    text-transform: uppercase;
    margin: -5px 0 -5px 0;
}
#inner-content h4 {
    margin: -6px 0 -6px 0;
}
p.title {
    padding-top: 5px;
}
#inner-content .lightbox .fullw div {
    width: 190px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
#inner-content .lightbox .fullw div.double {
    width: 400px;
}
#inner-content .lightbox .fullw .last {
    margin-right: 0;
}
#inner-content .lightbox .fullw a:before {
    content: "";
    border: 1px solid #002b5d;
    display: block;
    width: 190px;
    height: 160px;
    position: relative;
    z-index: 300;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;     
    background: url('../images/enlarge.png') no-repeat center white;
    opacity: 0;
}
#inner-content .lightbox .fullw div.double a:before {
    width: 400px;
}
#inner-content .lightbox .fullw a:hover:before  {
    opacity: 0.8;
}
#inner-content .smgreytext {
    width: 560px;
    margin-right: 20px;
    float: left;
}
#inner-content .smgreybox {
    width: 240px;
    float: left;
    background: #ebebeb;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;  
}
#inner-content ul.content-list {
    padding-left: 16px;
}
#inner-content ul.content-list li {
    list-style-type: square;
    padding-bottom: 10px;
}
.globalnet-map h4 {
    padding-bottom: 0;
}
.globalnet-map p {
    text-align: justify;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 0;
}
.globalnet-map a {
    color: #d92b35;
}
#content.contact .globalnet-map {
    position: relative;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}
#content.contact .globalnet-map .container {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -490px;
    z-index: 30;
    width: 210px;
}
#content.contact .globalnet-map h2 {
    padding: 5px 10px;
    background: #ebebeb;
    width: 190px;
}
#content.contact .globalnet-map p.click-pin {
    position: absolute;
    left:10px;
    bottom: 10px;
}
.contact #inner-content .field, .contact #inner-content .comments {
    position: relative;
    overflow: hidden;   
    float: left;
}
.contact #inner-content input, .contact #inner-content select {
    background: #ebebeb;
    padding: 10px;
    width: 480px;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
}
.contact .field p {
    position: absolute;
    top: 10px;
    left: 10px;
    padding-bottom: 0;
}
.contact .field.required p:after {
    content: '*';
    color: red;
}
.contact #inner-content .help .radio.other p{
    position: absolute;
    top: 0;
    left: 80px;
    width: 100px;
    padding-bottom: 0;
}
.contact #inner-content input[type="radio"] {
    background: transparent;
}
.contact #inner-content input.last {
    margin-right: 0;
}
.contact #inner-content input:focus, .contact #inner-content textarea:focus, .contact #inner-content select:focus {
    border: none;
    outline: none;
}
.contact #inner-content .comments {
    width: 100%;
}
.contact #inner-content textarea {
    background: #ebebeb;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
    min-height: 170px;
    height: 170px;
    max-width: 100%;
}
.contact #inner-content #Submit {
    width: 240px;
    float: right;
    background: #c7313b;
    color: white;
    margin: 0;
    cursor: pointer;
}
.contact #inner-content .help .radio {
    position: relative;
    padding-left: 20px;
    float: left;
    margin-right: 35px;
    height: 20px;
}
.contact #inner-content .help .radio.other input[type=text] {
    position: absolute;
    left: 70px;
    top: -10px;
    width: 380px;    
}
.contact #inner-content .help input {
    width: auto;
    margin-bottom: 0;
    margin-right: 3px;
    position: absolute;
    top: 3px;
    left: 0;
}
.contact #inner-content .help  {
    margin-bottom: 30px;
    clear: both;
    height: 70px;
}
.contact #inner-content label.error {
    position: absolute;
    top: 0;
    left: 240px;
    color: white;
    background: #c7313b;
    width: 240px;
    padding: 10px;
    box-sizing: border-box;
}
.contact #inner-content .comments label.error {
    top: inherit;
    left: inherit;
    right: 0;
}
.contact #inner-content .submit span.redbold {
    float: left;
    margin-top: 10px;
}
.lightbox-contact {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index: 3000;
    display: none;
}
.lightbox-contact .darkbg {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.lightbox-contact .content {
    width: 480px;
    height: 100px;
    padding: 20px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin-left: -240px;
    margin-top: -50px;
}
.lightbox-contact .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #c7313b;
    font-weight: bold;
}
.section .right p{
	margin-top: -4px;
}

/* new section */
.newsection{
	overflow: hidden;
	background-color: white;
	margin-bottom: 10px;
}
.newsection h4{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 !important;
	background-color: #0F1D40;
	padding-bottom: 0;
	padding-left: 30px;
	position: relative;
}
.collapse{
	padding: 10px 20px;
}
.new-greybox{
	background-color: #a6a6a6;
	padding: 10px;
}
h5.newh5{
	font-size: 13px;
	line-height: 20px;
	color: #403e3e;
}
.new-greybox ul{
	padding-left: 16px;
}
.new-greybox li{
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
    list-style-type: square;
}
.serious-btn{
	position: absolute;
    display: block;
    color: white !important;
    font-size: 30px;
    left: 0px;
    top: 0;
    font-family: 'fira_sanslight';
	padding-right: 795px;
	padding-left: 10px;
}
.serious-btn:hover{
	text-decoration: none !important;
}
.new-table{
	background-color: #F1F1F2;
	padding: 10px;
}
.new-table table{
	width: 100%;
}
th.firstcol{
	font-size: 20px;
	line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
}
.subcol{
	font-size: 12px;
	line-height: 16px;
}
.new-table table th{
	height: 100px;
}
.new-table table .firstcol{
	text-align: left;
	padding-left: 10px;
	font-family: 'fira_sansbold';
	color: #636466;
}
.new-table table th.subcol{
	position: relative;
	font-family: 'fira_sansbold';
}
.new-table table .subcol{
	width: 145px;
	text-align: center;
	color: white;
	font-family: 'fira_sansbold';
}
.colspacing{
	width: 5px;
}
.fnm{
	background-color: #336699;
}
.srw{
	background-color: #cc6666;
}
.ret{
	background-color: #666699;
}
.new-table table td{
	border-bottom: 1px dashed gray;
}
.new-table td.colspacing,
.new-table th.colspacing{
	border: none;
}

.new-table tr.lastcol td{
	border: none;
}
.arrowcol{
	position: absolute;
    top: 20px;
    right: -25px;
    z-index: 1000;
}
.new-table-wrapper{
	padding: 5px;
    border: 1px solid #e1e1e1;
}
.specialcol{
	vertical-align: top;
    padding-left: 0 !important;
	padding-right: 0 !important;
}
.specialcol > div{
	background-color: #E6E7E8;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#form1 select{
	-webkit-appearance: none;
}
.dropdownbtn{
	position: absolute;
    right: 30px;
    top: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}
table.gsc-search-box{
	width: 145px !important;
}


/* box */
.box{position:absolute;width:1000px;left:50%;min-height:600px;z-index:100;background-color:#fff;border:1px #ddd solid;padding:1px;}
.box h2{height:25px;font-size:14px;background-color:#aaa;position:relative;padding-left:10px;line-height:25px;color:#fff;}
.box h2 a{position:absolute;right:5px;font-size:12px;color:#fff;}
.box .list{padding:20px;}
.box .list li{height:24px;line-height:24px;}
.box .list li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.showbtn {font:bold 24px '微软雅黑';}
#bg{background-color:#ffffff;position:absolute;z-index:100;left:0;top:0;display:none;width:100%;height:100%;opacity:0.8;filter: alpha(opacity=50);-moz-opacity: 0.5;}